post https://app.modzy.com/api/jobs//close
This endpoint closes a job. It changes the job’s status to SUBMITTED
and triggers the job lifecycle workflow.
Roles
Team Administrators, Data Scientists, and Developers can access this route.
Responses
This endpoint closes a job. It changes the job’s status to SUBMITTED
and triggers the job lifecycle workflow.
Roles
Team Administrators, Data Scientists, and Developers can access this route.
xxxxxxxxxx
curl --request POST \
--url https://app.modzy.com/api/jobs/jobId/close \
--header 'Authorization: ApiKey <YOUR API KEY HERE>' \
--header 'accept: application/json'