Tool
deployment_service_update
Update service fields
Update service fields
Behavior
- HTTP
PATCH /deployment/services/:id
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | • | No description in the catalog. |
| name | string | — | No description in the catalog. |
| probes | object | — | No description in the catalog. |
| source | object | — | No description in the catalog. |
| replicas | integer | — | No description in the catalog. |
| resources | object | — | No description in the catalog. |
| idleMinutes | integer | — | No description in the catalog. |
| scaleToZero | boolean | — | No description in the catalog. |
| containerPort | integer | — | No description in the catalog. |
| buildMachineType | string | — | No description in the catalog. |
Response
| Field | Type | Always | Description |
|---|---|---|---|
| id | string | • | |
| name | string | • | |
| slug | string | • | |
| probes | object | • | |
| source | object | • | |
| replicas | integer | • | |
| createdAt | string | • | |
| dependsOn | array | • | |
| resources | object | — | |
| updatedAt | string | • | |
| sleepState | string | • | |
| idleMinutes | integer | • | |
| scaleToZero | boolean | • | |
| containerPort | integer | • | |
| environmentId | string | • | |
| buildMachineType | string | — | |
| suspendedByBilling | boolean | — | |
| lastReplicasRunning | integer | • | |
| scaleToZeroEligibility | object | — |
Try it
Update service fields.