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
Authorizations
Execution API requests require an Authorization Bearer header with your Suborbital Compute Environment token.
Headers
Path Parameters
The root compute environment (i.e. the vendor)
The vendor's user
The module namespace (vendor-defined groups of modules)
The module name (user-defined)
Body
text/plain · string
The payload bytes to be used as input to the module.
The body is of type string
.
Response
200
OK