Skip to main content

Uniphore Help Center Portal

Delete RASA Pods

Deletes the RASA pods of the specified virtual agents.

Header Parameter
<Bearer token>
Path Parameter

Parameter Name

Datatype

Description

Required/ Optional

vrmId

Number

Enter 100000 as the default value.

Required

Query Parameter

Parameter Name

Datatype

Description

Required/ Optional

catId

String

Id of the category to which the VA belongs to.

Required

Example cURL Request
curl -X 'POST' \
  'https://uselfserve-<tenant-name>.us.cloud.uniphore.com/cse/virtualAgents/100000/getVANLUDetailsForDeletePod?catId=<catId>' \
     -H 'accept: */*' \
     -H 'Authorization: Bearer <token>' \
     -H 'Content-Type: application/json' \
     -d '[
         {
      "vaName": "VA1_en_us",
      "isLive": "live",
      "langName": "en-US",
      "url": "http://platform-rasa-live-<tenant-name>-1-1-1-en-us.platform:5005",
      "vnmId": 64,
      "vrmId": 1,
      "engId": 2,
      "vlmId": 68,
      "folderPath": "/nfs/rasa/live/<tenant-name>/1/1/1/en-us",
      "replicaCount": 1,
      "serviceName": "platform-rasa-live-<tenant-name>-1-1-1-en-us.platform",
      "tenant": "<tenant-name>",
      "organization": "1",
      "category": "1",
      "language": "en-US",
      "env": "live",
      "containerPort": "5005",
      "servicePort": "5005"
        }
        ]
Response Body

Copy the required VA details from the response returned by the Fetch Virtual Agents Details API and pass the same in the request body.

[
    {
      "vaName": "VA1_en_us",
      "isLive": "live",
      "langName": "en-US",
      "url": "http://platform-rasa-live-<tenant-name>-1-1-1-en-us.platform:5005",
      "vnmId": 64,
      "vrmId": 1,
      "engId": 2,
      "vlmId": 68,
      "folderPath": "/nfs/rasa/live/<tenant-name>/1/1/1/en-us",
      "replicaCount": 1,
      "serviceName": "platform-rasa-live-<tenant-name>-1-1-1-en-us.platform",
      "tenant": "<tenant-name>",
      "organization": "1",
      "category": "1",
      "language": "en-US",
      "env": "live",
      "containerPort": "5005",
      "servicePort": "5005"
    }