Issue with the API to change MemoryLimit
Solved
Support
-
I tried using the API to change the memory limit of a service but it keeps rejecting that the value needs to be a number, when clearly it is.
-
I tried using the API to change the memory limit of a service but it keeps rejecting that the value needs to be a number, when clearly it is.
-
API docs says memory.
Anyway, I tried memorylimit and it failed too. am I missing something else?
-
This works for me:
curl 'https://my.domain.com/api/v1/services/mysql' \ -X POST -H 'Authorization: Bearer xx' \ -H 'Content-Type: application/json' \ --data-raw '{"memoryLimit":973078528}'
@girish said in Issue with the API to change MemoryLimit:
--data-raw '{"memoryLimit":973078528}
Thanks! this bit helped.
-
G girish marked this topic as a question on
-
G girish has marked this topic as solved on