Skip to main content
POST
/
api
/
v2
/
external
/
infra
/
hardware-reminders
Create Hardware Reminder
curl --request POST \
  --url https://api.example.com/api/v2/external/infra/hardware-reminders \
  --header 'Content-Type: application/json' \
  --data '
{
  "hardware_profile": "<string>",
  "hardware_label": "<string>",
  "gpu_count": 123,
  "company": "<string>",
  "use_case": "<string>",
  "source": "launch_instance"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Body

application/json
hardware_profile
string
required
hardware_label
string | null
gpu_count
integer | null
company
string | null
use_case
string | null
source
string
default:launch_instance

Response

Successful Response