Snowflake · Capability

Cortex Search REST API — cortex search service

Cortex Search REST API — cortex search service. 1 operations. Lead operation: Delete a Cortex Search Service. Self-contained Naftiko capability covering one Snowflake business surface.

Run with Naftiko Snowflakecortex search service

What You Can Do

DELETE
Deletecortexsearchservice — Delete a Cortex Search Service
/v1/api/v2/databases/{database}/schemas/{schema}/cortex-search-services/{name}

MCP Tools

delete-cortex-search-service

Delete a Cortex Search Service

idempotent

Capability Spec

cortex-search-service-cortex-search-service.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Cortex Search REST API — cortex search service
  description: 'Cortex Search REST API — cortex search service. 1 operations. Lead operation: Delete a Cortex Search Service.
    Self-contained Naftiko capability covering one Snowflake business surface.'
  tags:
  - Snowflake
  - cortex search service
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SNOWFLAKE_API_KEY: SNOWFLAKE_API_KEY
capability:
  consumes:
  - type: http
    namespace: cortex-search-service-cortex-search-service
    baseUri: ''
    description: Cortex Search REST API — cortex search service business capability. Self-contained, no shared references.
    resources:
    - name: api-v2-databases-database-schemas-schema-cortex-search-services-name
      path: /api/v2/databases/{database}/schemas/{schema}/cortex-search-services/{name}
      operations:
      - name: deletecortexsearchservice
        method: DELETE
        description: Delete a Cortex Search Service
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: cortex-search-service-cortex-search-service-rest
    port: 8080
    description: REST adapter for Cortex Search REST API — cortex search service. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/api/v2/databases/{database}/schemas/{schema}/cortex-search-services/{name}
      name: api-v2-databases-database-schemas-schema-cortex-search-services-name
      description: REST surface for api-v2-databases-database-schemas-schema-cortex-search-services-name.
      operations:
      - method: DELETE
        name: deletecortexsearchservice
        description: Delete a Cortex Search Service
        call: cortex-search-service-cortex-search-service.deletecortexsearchservice
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cortex-search-service-cortex-search-service-mcp
    port: 9090
    transport: http
    description: MCP adapter for Cortex Search REST API — cortex search service. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: delete-cortex-search-service
      description: Delete a Cortex Search Service
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cortex-search-service-cortex-search-service.deletecortexsearchservice
      outputParameters:
      - type: object
        mapping: $.