v1
latestOpenAPI 3.0.02026-07-1410578280.2 KBSwarm
Initialize a new swarm
post/swarm/init
Request body
Example request
{
"AdvertiseAddr": "192.168.1.1:2377",
"ForceNewCluster": false,
"ListenAddr": "0.0.0.0:2377",
"Spec": {
"CAConfig": {},
"Dispatcher": {},
"EncryptionConfig": {
"AutoLockManagers": false
},
"Orchestration": {},
"Raft": {}
}
}Response
no error
string required
The node ID
Example response
"7v2t30z9blmxuhnyo6s4cpenp"