Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 Direct Cursus Technology L.L.C.
Yandex Cloud Stackland
  • What's new
  • Installation
    • All tutorials
    • Installing Stackland on Yandex BareMetal
    • Setting up external access to a pod in a cluster
    • All guides
      • Pulling images
      • Configuring and activating
      • Disable
    • Projects
    • Resource model
  • Access management
  • Pricing policy
  • Diagnostics and troubleshooting

In this article:

  • Disabling a component
  • What's next
  1. Step-by-step guides
  2. SpeechSense
  3. Disable

Disabling SpeechSense

Written by
Yandex Cloud
Updated at April 8, 2026
  • Disabling a component
  • What's next

You can disable the SpeechSense component in a Stackland cluster. If you do so, the controller will automatically delete all the component's resources.

Disabling a componentDisabling a component

  1. Create the speechsense-disable.yaml manifest file:

    apiVersion: stackland.yandex.cloud/v1alpha1
    kind: SpeechsenseConfig
    metadata:
    name: default
    spec:
    enabled: false

  2. Apply the manifest:

    kubectl apply -f speechsense-disable.yaml
    
  3. Make sure the resources were deleted:

    kubectl get pods -n stackland-speechsense
    

    The command should not be returning any pods.

The controller will automatically delete the following:

  • Helm release named stackland-speechsense.
  • Database clusters, if not used by other components.
  • Secrets and certificates.

Warning

PVCs with the database data are retained to make recovery possible. For complete deletion, delete the PVCs manually:

kubectl delete pvc --all -n stackland-speechsense

What's nextWhat's next

  • Configuring and activating SpeechSense: Re-enabling SpeechSense.
  • SpeechSense: Component description.

Was the article helpful?

Previous
Configuring and activating
Next
Diagnosing a disk subsystem
© 2026 Direct Cursus Technology L.L.C.