v1

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

Create command

Run a command on the site.

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

post/orgs/{organization}/servers/{server}/sites/{site}/commands

Path parameters

organizationstring required

The organization slug

serverinteger required

The server ID

siteinteger required

The site ID

Request body

commandstring required

The command to run.

Example request

{
  "command": "nvm use 22"
}

Response

The command has been queued for execution.