Skip to main content
POST
/
notebooks
/
services
Create Service
curl --request POST \
  --url https://api.example.com/notebooks/services \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "compute_type": "mini-compute"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Headers

Api-key
string | null

Body

application/json
compute_type
enum<string>
required
Available options:
mini-compute,
small-compute,
standard,
high-mem,
t4,
t4x4

Response

Successful Response