post https://api.render.com/v1/services//jobs
Create a one-off job using the provided service. For details, see One-Off Jobs.
Responses
Create a one-off job using the provided service. For details, see One-Off Jobs.
xxxxxxxxxx
curl --request POST \
--url https://api.render.com/v1/services/serviceId/jobs \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
10{
"id": "job-cph1rs3idesc73a2b2mg",
"serviceId": "srv-xxxxx",
"startCommand": "echo 'hello world'",
"planId": "plan-srv-004",
"status": "succeeded",
"createdAt": "2021-07-15T07:20:05.777035-07:00",
"startedAt": "2021-07-15T07:20:05.777035-07:00",
"finishedAt": "2021-07-15T07:20:05.777035-07:00"
}