Skip to main content
POST
/
api
/
deployments
/
{id}
/
pause_deployment
Pause Deployment
curl --request POST \
  --url https://api.example.com/api/deployments/{id}/pause_deployment
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

x-prefect-api-version
string

Path Parameters

id
string<uuid>
required

The deployment id

Response

Successful Response