update_deployment
Modify an existing deployment's configuration, including hardware, instance limits, queue size, workflow version, or enabled state. Pass only the fields you want to change.
Instructions
Partially update a deployment.
Backs ``PATCH /prod/v2/deployments/{deployment_id}``. Only pass the
fields you want to change. Set is_enabled=false to pause;
true to re-enable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| hardware | No | ||
| is_enabled | No | ||
| queue_size | No | ||
| deployment_id | Yes | ||
| max_instances | No | ||
| min_instances | No | ||
| workflow_version | No | ||
| keep_warm_duration_in_seconds | No |