<@ULVA73B9P> how can I update a work pool with a j...
# marvin-ai
a
@Marvin how can I update a work pool with a json for job variables?
m
thought for 41.0 seconds
You can also inspect your current work pool configuration to see the existing job template:
Copy code
bash
prefect work-pool inspect "your-pool-name"
This will show you the current configuration, including the job template, which can help you understand what variables are currently set. Important notes: 1. The JSON structure should match the expected format for your work pool type 2. Only include the variables you want to modify 3. Make sure to backup your current configuration before making changes 4. The changes will apply to new flow runs only; existing runs won't be affected Would you like me to provide an example template for a specific type of work pool (Docker, Kubernetes, etc.)?