Perform an action on a server background process
Servers
Perform an action on a server background process
Run an action on a server-level background process.
Processing mode: async
POST
Perform an action on a server background process
Documentation Index
Fetch the complete documentation index at: https://forge.laravel.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The organization slug
The server ID
The background process ID
Body
application/json
The action to perform on the background process.
restart Restart the background process |
stop Stop the background process |
start Start the background process |
empty-log Empty the background process log |
Available options:
restart, stop, start, empty-log Example:
"restart"