The Laravel Cloud API and CLI are here. Build pipelines, manage environments, and hand off to AI agents. View the docs →
cURL
curl --request DELETE \ --url https://cloud.laravel.com/api/background-processes/{backgroundProcess} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Delete a background process.
The Bearer Token generated on the Cloud UI.
The background process identifier
No content
Was this page helpful?