Skip to main content
POST
/
control-plane
/
{siteId}
/
resend-scheduler
Resend bootstrap scheduler
curl --request POST \
  --url https://v1.api.altostrat.io/control-plane/{siteId}/resend-scheduler \
  --header 'Authorization: Bearer <token>'
{
  "message": "Scheduler resent"
}

Authorizations

Authorization
string
header
required

Enter your JWT bearer token.

Path Parameters

siteId
string<uuid>
required

The unique identifier for the site.

Example:

"d290f1ee-6c54-4b01-90e6-d701748f0851"

Response

The scheduler resend request was accepted.

message
string
Example:

"Scheduler resent"