Skip to main content
POST
Create a 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 Web Server"

content
string
required
Example:

"#!/bin/bash\napt install nginx -y"

Response

200 - application/json

Script created

status
boolean
Example:

true

message
string
Example:

"Startup script created."

data
object