v1

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-19273210655.1 KB
Servers

Perform an action on a server background process

Run an action on a server-level background process.

Processing mode: <small><code>async</code></small>

post/orgs/{organization}/servers/{server}/background-processes/{backgroundProcess}/actions

Path parameters

organizationstring required

The organization slug

serverinteger required

The server ID

backgroundProcessinteger required

The background process ID

Request body

action'restart' | 'stop' | 'start' | 'empty-log' required
restart <br/> Restart the background process
stop <br/> Stop the background process
start <br/> Start the background process
empty-log <br/> Empty the background process log