a year ago
I have a question, I want to know why I can't delete a services via GraphQL API.
I always get a 401 response, but a I can perform any other actions.
Thx a lot.
8 Replies
a year ago
what query are you sending thats failing?
a year ago
we had some latency spikes yesterday that we believe to have fixed, are you still getting this error?
6 months ago
I still get the problem
It works perfectly with redeploy but not on remove it. Also on railway docs, it has no docs on removing, does it mean railway doesn't allow removing (stopping) a deployment via graphql API
?
here's my log
Railway Internal API error response: {
status: 400,
statusText: 'Bad Request',
body: '{"errors":[{"message":"Problem processing request","traceId":"5286951895229110264"}]}\n'
}
Deployment removal failed: Railway Internal API error: 400 Bad Request - {"errors":[{"message":"Problem processing request","traceId":"5286951895229110264"}]}


