Skip to main content
Execute shell commands in the background and return immediately with a process ID. Perfect for long-running commands like servers, monitoring, or batch jobs.

Endpoint

Request

Headers

Body Parameters

Example Request

Response

Success (200 OK)

Response Fields

Status Codes

Use Cases

Start Web Server

Run Long Processing Job

Monitor Files

Start Development Server

Check Process Status

Use the List Processes endpoint:

Kill Background Command

Use the Kill Process endpoint:

Next Steps