Skip to main content
POST
/
api
/
v1
/
workspaces
/
{workspace_id}
/
schedules
/
{schedule_id}
/
suspend
Suspend Schedule
curl --request POST \
  --url https://api.example.com/api/v1/workspaces/{workspace_id}/schedules/{schedule_id}/suspend \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

schedule_id
string
required
workspace_id
string<uuid4>
required

Response

Successful Response