- Overview
- Getting Started
- Quick Start Guide
- Core Concepts
- Users
- Models
- Creating a Model
- Model Card
- Creating a Release
- Uploading Files
- Uploading Images
- Model Templating
- Data Cards
- Creating a Data Card
- Managing Data Cards
- Using a Model
- Browsing the Marketplace
- Requesting Access
- Using a Pushed Docker Image
- Downloading Files
- Reviews
- Understanding Reviews
- Reviewing
- Reviewing a Release
- Reviewing an Access Request
- Reviewing a Model Card Lifecycle
- Review Outcomes
- Security Scanning
- File Scanning
- Image Scanning
- Inferencing
- Creating an Inference Service
- Managing Inference Services
- Model Mirroring
- Creating a Mirrored Model
- Editing a Mirrored Model Card
- Untrusted Models
- Untrusted Models
- Deletion
- Deleting a File
- Deleting a Model
- Soft Deletion
- Programmatic Access
- Authentication
- Personal Access Tokens
- Python Client
- OpenAPI Reference
- Webhooks
- Administration
- Getting Started
- Deployment Architecture
- App Configuration
- Model Lifecycle Configuration
- Schemas
- Understanding Schemas
- Create a Schema
- Upload a Schema
- Schema Migrations
- Review Roles
- Managing Review Roles
- Assigning Roles to Schemas
- Federation
- Peer Integration
- Microservices
- Artefact Scanners
- Helm
- Basic Usage
- Configuration
- Isolated Environments
- Migrations
- Bailo v0.4
- Bailo v2.0
- DataBase Scripts
- Reference
- Glossary
- Roles & Permissions
- Troubleshooting & FAQ
Managing Inference Services
Once an inference service has been created, you can view its details, update its configuration, or delete it.
Common questions this page answers:
- How do I view my inference services?
- How do I update an inference service?
- Can I change the container image on an inference service?
Viewing inference services
View all active inference services for a model from the Inferencing tab:
- Open the model page
- Navigate to the Inferencing tab - this is where all services are managed
- All active inference services are listed with their image, description, and status
Updating a service
Update an inference service's configuration from the service's settings panel:
- Navigate to the Inferencing tab on the model page
- Select the service you want to update - this opens the service detail view
- Click View Settings to open the configuration panel
- Modify the fields as needed:
- Description
- Port
- Processor Type
- Memory (CPU only)
- Save your changes
Note: You cannot change the container image of an existing inference service. To use a different image, delete the current service and create a new one.
Deleting a service
Deleting an inference service can only be done via the API:
DELETE /api/v2/model/{modelId}/inference/{image}/{tag}
Deleting a service stops it and removes the deployment. This action cannot be undone.
Programmatic access
Inference services can also be managed via the API.
Related pages
- Creating an Inference Service - Setting up a new service
- OpenAPI Reference - Full API documentation
Copyright © Crown Copyright 2026.
