We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/api/project/<project>/runs/stop
runs_names
> curl -v http://localhost:3000/api/project/main/runs/stop \ -H "Content-Type: application/json" \ -H "Authorization: Bearer *****" \ -d '{"runs_names": ["aoaoooaoa"], "abort": false}'
< HTTP/1.1 200 OK < date: Tue, 18 Feb 2025 13:54:28 GMT < server: uvicorn < content-length: 4 < content-type: application/json < * Connection #0 to host localhost left intact null
Error, run aoaoooaoa not found.
aoaoooaoa
0.18.42
DEBUG dstack._internal.server.app:220 Processed request POST http://localhost:3000/api/project/main/runs/stop in 0.130156s. Status: 200
Correct error reporting will help find and debug issues like #2315 more easily.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to reproduce
Actual behaviour
Expected behaviour
Error, run
aoaoooaoa
not found.dstack version
0.18.42
Server logs
DEBUG dstack._internal.server.app:220 Processed request POST http://localhost:3000/api/project/main/runs/stop in 0.130156s. Status: 200
Additional information
Correct error reporting will help find and debug issues like #2315 more easily.
The text was updated successfully, but these errors were encountered: