For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
LogoLogo
  • About NeMo Fabric
    • Overview
    • Release Notes
  • Getting Started
    • Install
    • Quickstart
  • Experimentation
    • CLI
  • SDK
    • Python SDK
  • Integrations
  • Reference
      • Rust Library Reference
        • nemo-fabric-core
          • config
          • doctor
          • error
          • runtime
            • AdapterInvocation
            • ArtifactManifest
            • ArtifactRef
            • EnvironmentHandle
            • ErrorInfo
            • FabricEvent
            • InvocationHandle
            • RunRequest
            • RunResult
            • RuntimeContext
            • RuntimeHandle
            • RuntimeTelemetryContext
            • TelemetryRef
            • ErrorStage
            • RunStatus
            • invoke_runtime
            • prepare_environment
            • run_plan
            • start_runtime
            • stop_runtime
          • schema
          • version
  • Resources
    • Legal
  • Overview
  • Release Notes
  • Install
  • Quickstart
  • CLI
  • Python SDK
  • Overview
  • Harbor
  • Overview
  • Claude Code
  • Codex
  • Hermes Agent
  • LangChain Deep Agents
  • Overview
  • Client
  • Runtime
  • Streaming
  • Models
  • Types
  • Errors
  • Rust Library Reference
  • nemo-fabric-core
  • config
  • ADAPTER_CONTRACT_VERSION
  • AdapterConfigField
  • AdapterConfigSupport
  • AdapterDescriptor
  • AdapterDescriptorSource
  • AdapterKind
  • AdapterRequirements
  • CapabilityRoute
  • AdapterTelemetryProviderSupport
  • CapabilityTargetPlan
  • AdapterTelemetrySupport
  • CapabilityPlan
  • ControlLocation
  • EnvironmentConfig
  • EnvironmentOwnership
  • EnvironmentPlan
  • FabricConfig
  • HarnessConfig
  • McpServerConfig
  • InstructionConfig
  • InstructionMode
  • InstructionsConfig
  • McpConfig
  • RelayAtifConfig
  • McpExposure
  • RelayAtofConfig
  • McpServerPlan
  • RelayComponentConfig
  • MetadataConfig
  • RelayConfig
  • ModelConfig
  • RelayConfigPolicy
  • ResolutionStrategy
  • RelayObservabilityConfig
  • RelayOtlpConfig
  • ResolveContext
  • ResolvedAdapterDescriptor
  • RunPlan
  • RuntimeCapabilities
  • RuntimeConfig
  • SkillConfig
  • TelemetryConfig
  • TelemetryPlan
  • TelemetryProvider
  • TelemetryProviderConfig
  • ToolsConfig
  • load_adapter_descriptor
  • ToolsPlan
  • resolve_run_plan_from_config
  • CapabilityKind
  • CapabilityTarget
  • RelayAtifStorageConfig
  • RelayAtofMode
  • RelayAtofSinkConfig
  • RelayAtofStreamFieldNamePolicy
  • RelayAtofStreamTransport
  • RelayOtlpTransport
  • RelayUnsupportedBehavior
  • doctor
  • DoctorCheck
  • DoctorReport
  • DoctorStatus
  • doctor_plan
  • error
  • FabricError
  • Result
  • runtime
  • AdapterInvocation
  • ArtifactManifest
  • ArtifactRef
  • EnvironmentHandle
  • ErrorInfo
  • FabricEvent
  • InvocationHandle
  • RunRequest
  • RunResult
  • RuntimeContext
  • RuntimeHandle
  • RuntimeTelemetryContext
  • TelemetryRef
  • ErrorStage
  • RunStatus
  • invoke_runtime
  • prepare_environment
  • run_plan
  • start_runtime
  • stop_runtime
  • schema
  • SchemaName
  • generate_all_schemas
  • generate_schema
  • generate_schema_json
  • write_schema_snapshots
  • version
  • Legal
  • Open Source Software (OSS)
  • License Agreement
ReferenceAPIRust Library Referencenemo-fabric-coreruntime

Function stop_runtime

||View as Markdown|

Generated from cargo doc --no-deps -p nemo-fabric-core.

pub fn stop_runtime(
    plan: &RunPlan,
    runtime: &RuntimeHandle,
) -> Result<Vec<FabricEvent>>

Stop or detach from a harness runtime.

Previous

Function start_runtime

Next

Module schema

NVIDIANVIDIA
Developer-friendly docs for your API
Privacy Policy | Your Privacy Choices | Terms of Service | Accessibility | Corporate Policies | Product Security | Contact

Copyright © 2026, NVIDIA Corporation.