Assign Private IP ================== .. role:: green **Type:** :guilabel:`PUT` .. py:function:: https://cloud.syminet.com/api/v1/slices/{SLICE_ID}/private_ip/enable Assign a private IP to ``SLICE_ID``. Slice must be powered off prior to assignment. **Required URL Parameters:** SLICE_ID Slice ID to assign. .. code-block:: shell :caption: Curl curl --request PUT \ --url https://cloud.syminet.com/api/v1/slices/SLICE_ID/private_ip/enable \ --header "authorization:bearer $API_TOKEN" **Response:** :green:`202 OK`