Execution
Run plugin by name
POST

/name/{environment}.{userID}/{namespace}/{pluginName}

environment*
userID*
namespace*
pluginName*
curl --request POST \
  --url https://api.suborbital.network/name/{environment}.{userID}/{namespace}/{pluginName}

Authorizations

Authorization[header]required
string

Execution API requests require an Authorization Bearer header with your Suborbital Compute Environment token.

X-Suborbital-State
string

Path Parameters

environmentrequired
string

The root compute environment (i.e. the vendor)

userIDrequired
string

The vendor's user

namespacerequired
string

The module namespace (vendor-defined groups of modules)

pluginNamerequired
string

The module name (user-defined)