Open
Description
What is the problem?
ray/dashboard/modules/actor/actor_head.py
Lines 173 to 178 in e61160d
The Dashboard API to kill an actor is a GET request. This should be a POST or a DELETE since it is making state changes.
8000
ray/dashboard/modules/actor/actor_head.py
Lines 173 to 178 in e61160d
The Dashboard API to kill an actor is a GET request. This should be a POST or a DELETE since it is making state changes.