APISchedule management

Execute schedule immediately

Triggers immediate execution of a schedule, bypassing the normal cron schedule

Triggers immediate execution of a schedule, bypassing the normal cron schedule

POST
/api/client/servers/{server}/schedules/{schedule}/execute

Authorization

bearerAuth
AuthorizationBearer <token>

Enter your API token in the format: Bearer {token}

In: header

Path Parameters

server*string

Server UUID

Formatuuid
schedule*integer

Schedule ID

Response Body

application/json

curl -X POST "https://example.com/api/client/servers/497f6eca-6276-4993-bfeb-53cbbbba6f08/schedules/0/execute"
[]
Empty
Empty
Empty
Empty