Skip to main content
POST
/
fleets
Create a fleet
curl --request POST \
  --url https://api.example.com/fleets \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>"
}
'
{
  "created_at": "2023-11-07T05:31:56Z",
  "destroyed": true,
  "id": "<string>",
  "name": "<string>",
  "namespace": "<string>"
}

Query Parameters

namespace
string

Body

application/json
name
string
required

Response

OK

created_at
string<date-time>
required
destroyed
boolean
required
id
string
required
name
string
required
namespace
string
required