Stop a deployment
edgegap_stop_deploymentStop a running deployment by its request_id, sending SIGTERM to the container. Use this to end a specific test deployment before cleanup.
Instructions
Gracefully stop one deployment by request_id, sending SIGTERM to the container. Stop every deployment you started for testing before ending your task. This tool stops exactly one deployment; bulk stop is deliberately not exposed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_id | Yes | The request_id of the deployment to stop. |