UnRegisterInstance#

pydantic model ansys.hps.client.rcs.UnRegisterInstance#

Unregister an instance route.

Create a new model by parsing and validating input data from keyword arguments.

Raises [ValidationError][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.

self is explicitly positional-only to allow self as a field name.

Show JSON schema
{
   "title": "UnRegisterInstance",
   "description": "Unregister an instance route.",
   "type": "object",
   "properties": {
      "resource_name": {
         "description": "Resource name to unregister (short UID returned during registration)",
         "title": "Resource Name",
         "type": "string"
      }
   },
   "required": [
      "resource_name"
   ]
}

Fields:
  • resource_name (str)

field resource_name: str [Required]#

Resource name to unregister (short UID returned during registration)