From 1ea7e2dc28b8506aea53cd1f3b31081c17df360d Mon Sep 17 00:00:00 2001 From: "tao.chen" <93983997+taochen-ct@users.noreply.github.com> Date: Fri, 21 Aug 2026 10:48:44 +0800 Subject: [PATCH] cleanup: test http --- http/runtime.http | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 http/runtime.http diff --git a/http/runtime.http b/http/runtime.http deleted file mode 100644 index 80ef5ce..0000000 --- a/http/runtime.http +++ /dev/null @@ -1,39 +0,0 @@ -### GET /api/v1/health -GET http://127.0.0.1:8001/api/v1/health - -### POST /api/v1/jupyter start -POST http://127.0.0.1:8001/api/v1/jupyter -Content-Type: application/json - -{ - "action": "start", - "workspace_id": "test1234" -} - - -### POST /api/v1/jupyter list -POST http://127.0.0.1:8001/api/v1/jupyter -Content-Type: application/json - -{ - "action": "list" -} - - -### POST /api/v1/jupyter stop -POST http://127.0.0.1:8001/api/v1/jupyter -Content-Type: application/json - -{ - "action": "stop", - "workspace_id": "test1234" -} - -### POST /api/v1/jupyter get -POST http://127.0.0.1:8001/api/v1/jupyter -Content-Type: application/json - -{ - "action": "get", - "workspace_id": "test1234" -} \ No newline at end of file