post https://api.render.com/v1/key-value
Create a new Key Value instance.
Responses
Create a new Key Value instance.
xxxxxxxxxx
curl --request POST \
--url https://api.render.com/v1/key-value \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"plan":"free"}'
xxxxxxxxxx
34}
{
"id": "string",
"createdAt": "2025-03-29T10:38:24.548Z",
"updatedAt": "2025-03-29T10:38:24.548Z",
"status": "creating",
"region": "oregon",
"plan": "free",
"name": "string",
"owner": {
"id": "string",
"name": "string",
"email": "string",
"twoFactorAuthEnabled": true,
"type": "user"
},
"options": {
"maxmemoryPolicy": "string"
},
"ipAllowList": [
{
"cidrBlock": "string",
"description": "string"
}
],
"environmentId": "string",