Destinations

Create destination

Create a Docker network destination on a server owned by the authenticated team.

post/servers/{server_uuid}/destinations

Path parameters

server_uuidstring required

Server UUID

Request body

namestring
networkstring required
type'standalone' | 'swarm'

Response

Destination created.

uuidstring
namestring
networkstring
type'standalone' | 'swarm'
server_uuidstring
created_atstring date-time
updated_atstring date-time

Changes