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}
Authorizations
Authorization
string
headerrequiredExecution API requests require an Authorization Bearer header with your Suborbital Compute Environment token.
Headers
X-Suborbital-State
string
Path Parameters
environment
string
requiredThe root compute environment (i.e. the vendor)
userID
string
requiredThe vendor's user
namespace
string
requiredThe module namespace (vendor-defined groups of modules)
pluginName
string
requiredThe module name (user-defined)
Body
text/plain ยท string
The body is of type string
.