Modify network topology
POST/network/modify-network/:namespace
Adds or removes nodes/links from an existing topology. Any change (add, delete or scale) returns 412 when the Meshnet CNI is not detected, since it restarts or creates pods that need rewiring. Bypass with force=true. Only clearing a topology is exempt.
Request
Responses
- 200
- 400
- 403
- 404
- 409
- 412
- 500
OK
Bad Request
Forbidden
Not Found
Conflict
Precondition Failed
Internal Server Error