Skip to main content
POST
Create a new Startup Script

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required
Example:

"Install NGINX"

content
string
required
Example:

"#!/bin/bash\napt-get update && apt-get install -y nginx"

team_id
string<uuid>
Example:

"c1d45377-b2a9-4407-ab8d-6909c34dfaac"

Response

Startup script created successfully

script
object