Execution
Run plugin by name
Execution
Run plugin by name
Executes the latest version of the given plugin, with the provided body, params and state loaded into the plugin at runtime.
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.
Headers
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)
curl --request POST \
--url https://api.suborbital.network/name/{environment}.{userID}/{namespace}/{pluginName}