Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
MXS-SPRINT-277
Description
[vagrant@localhost ~]$ maxctrl destroy server foobar
|
Error: Server at http://127.0.0.1:8989 responded with 404 Not Found to `DELETE servers/foobar`
|
{
|
"errors": [
|
{
|
"detail": "foobar is not a server"
|
}
|
]
|
}
|
[vagrant@localhost ~]$ maxctrl2 destroy server foobar
|
2026-07-22 12:47:11 notice : URL: curl -X DELETE -u admin:mariadb http://127.0.0.1:8989/v1/servers/foobar
|
2026-07-22 12:47:11 notice : error: (404) Client error.: {\n "errors": [\n {\n "detail": "foobar is not a server"\n }\n ]\n}
|
error: Server at http://127.0.0.1:8989 responded with 404 Not Found to 'DEL servers/foobar'
|
{
|
"errors": [
|
{
|
"detail": "foobar is not a server"
|
}
|
]
|
}
|