Alokai (formerly Vue Storefront) v2.2/instance/{namespace}/env_vars API

The v2.2/instance/{namespace}/env_vars API from Alokai (formerly Vue Storefront) — 4 operation(s) for v2.2/instance/{namespace}/env_vars.

Operations 4

DELETE /v2.2/instance/{instance}/env_vars/additional_apps/{app_id}/{env_var}/ Manage Additional App instance's environmental variables
DELETE /v2.2/instance/{instance}/env_vars/datadog/{env_var} Manage Datadog instance's environmental variables
DELETE /v2.2/instance/{instance}/env_vars/vsf/{env_var} Manage vsf instance's environmental variables
DELETE /v2.2/instance/{instance}/env_vars/vsf_api/{env_var} Manage vsf api instance's environmental variables

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/alokai-formerly-vue-storefront-v2-2-instance-namespace-env-vars-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

alokai-formerly-vue-storefront-v2-2-instance-namespace-env-vars-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: farmer cdn V2.2/instance/{namespace}/env Vars API
  version: v1
servers:
- url: https://farmer.vuestorefront.cloud
  description: Base URL reconciled from apis.yml
tags:
- name: v2.2/instance/{namespace}/env_vars
paths:
  /v2.2/instance/{instance}/env_vars/additional_apps/{app_id}/{env_var}/:
    delete:
      description: Manage Additional App instance's environmental variables
      parameters:
      - in: path
        name: instance
        required: true
        type: string
      - in: path
        name: app_id
        required: true
        type: string
      - in: path
        name: env_var
        required: true
        type: string
      responses:
        '200':
          content: {}
          description: Success
        '404':
          description: Environment variable variable doesn't exist
        '500':
          description: Exception occurred
      summary: Manage Additional App instance's environmental variables
      tags:
      - v2.2/instance/{namespace}/env_vars
  /v2.2/instance/{instance}/env_vars/datadog/{env_var}:
    delete:
      description: Manage Datadog instance's environmental variables
      parameters:
      - in: path
        name: instance
        required: true
        type: string
      - in: path
        name: env_var
        required: true
        type: string
      responses:
        '200':
          content: {}
          description: Success
        '404':
          description: Environment variable variable doesn't exist
        '500':
          description: Exception occurred
      summary: Manage Datadog instance's environmental variables
      tags:
      - v2.2/instance/{namespace}/env_vars
  /v2.2/instance/{instance}/env_vars/vsf/{env_var}:
    delete:
      description: Manage vsf instance's environmental variables
      parameters:
      - in: path
        name: instance
        required: true
        type: string
      - in: path
        name: env_var
        required: true
        type: string
      responses:
        '200':
          content: {}
          description: Success
        '404':
          description: Environment variable variable doesn't exist
        '500':
          description: Exception occurred
      summary: Manage vsf instance's environmental variables
      tags:
      - v2.2/instance/{namespace}/env_vars
  /v2.2/instance/{instance}/env_vars/vsf_api/{env_var}:
    delete:
      description: Manage vsf api instance's environmental variables
      parameters:
      - in: path
        name: instance
        required: true
        type: string
      - in: path
        name: env_var
        required: true
        type: string
      responses:
        '200':
          content: {}
          description: Success
        '404':
          description: Environment variable variable doesn't exist
        '500':
          description: Exception occurred
      summary: Manage vsf api instance's environmental variables
      tags:
      - v2.2/instance/{namespace}/env_vars