Rename symBalancer ================== .. role:: green **Type:** :guilabel:`PUT` .. py:function:: https://cloud.syminet.com/api/v1/symbalancers/rename/{SYMBALANCER_ID} Rename ``SYMBALANCER_ID`` to ``symbalancer_name``. **Required URL Parameters:** SYMBALANCER_ID symBalancer ID **Required JSON Properties:** name New symBalancer name .. code-block:: shell :caption: Curl curl --request PUT \ --url https://cloud.syminet.com/api/v1/symbalancers/rename/SYMBALANCER_ID \ --header "content-type: application/json" \ --header "authorization:bearer $API_TOKEN" \ --data ' { "name": "newname.example.com" } ' **Response:** :green:`202 OK`