post
https://api.liveramp.com/analytics-environment/v1/schedule-jobs//actions/stop
Your job will run according to the schedule that you specified when you created it. If you need to stop it immediately, you can use the stop endpoint.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Request example
curl --location --request POST 'https://api.liveramp.com/analytics-environment/v1/schedule-jobs/${jobId}/actions/stop' \
--header 'Tenant-ID: ${tenantId}' \
--header 'Authorization: Bearer ${access_token}' \
--data ''