stop_deployment
Stop a running deployment, taking it offline.
Stops a running deployment, taking it offline. Marked destructive: clients may ask for confirmation before running it.
To bring the server back up afterwards, call redeploy to trigger a new deployment.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
organizationId | string | Yes | Organization that owns the deployment. From list_organizations. |
deploymentId | string | Yes | The deployment to stop. From list_deployments. |
Returns
The deployment's updated state.