Create a new automation

This call creates a new automation.

📘

If you are using Seven Bridges Platform EU, please use the following endpoint: https://eu-api.sbgenomics.com/v2/automation/automations

Example request body

{ "name":"My new automation", "description":"This is a description for my new automation." }

Response

See a list of Seven Bridges Platform-specific response codes that may be contained in the body of the response.

Body Params
string
required

The name of the new automation you are creating.

string
required

The description for the new automation.

string

Specify the billing group this automation will be attached to.

int32
Defaults to 500

Set the memory limit for the automation, specified in MB. The default value is 500MB while the maximum allowed is 4000MB. If no specific limit is set for a code package or automation run, this value will be used.

boolean

Set to true to allow running automations directly from within your projects.

Headers
string
required

Your Seven Bridges Platform authentication token. For security reasons, token will not be automatically populated in the generated code sample. Please replace <your-token-here> with your token before executing this call.

string
required
Defaults to application/json
string
required
Defaults to advance
Response

Language
Request
Choose an example:
application/json